home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TIMPORTSOURCEDLG / TIMPORTSOURCEDLG.txt
Text File  |  2002-05-01  |  1KB  |  64 lines

  1. object ImportSourceDlg: TImportSourceDlg
  2.   Left = 219
  3.   Top = 202
  4.   ActiveControl = RadioGroup1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import Source'
  7.   ClientHeight = 133
  8.   ClientWidth = 361
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 280
  19.     Top = 12
  20.     Width = 77
  21.     Height = 27
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 280
  30.     Top = 45
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object RadioGroup1: TRadioGroup
  40.     Left = 8
  41.     Top = 8
  42.     Width = 257
  43.     Height = 121
  44.     Caption = 'Import From:'
  45.     ItemIndex = 0
  46.     Items.Strings = (
  47.       'Text File'
  48.       'DBF File'
  49.       'Netscape Bookmark'
  50.       'Microsoft Internet Explorer Favorites'
  51.       'XML File')
  52.     TabOrder = 2
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 280
  56.     Top = 77
  57.     Width = 75
  58.     Height = 25
  59.     TabOrder = 3
  60.     OnClick = BitBtn1Click
  61.     Kind = bkHelp
  62.   end
  63. end
  64.